www.gusucode.com > 搜索动力2010 v4.9 > 搜索动力2010 v4.9\code\sug_word.asp

    <!--#include file="config.asp"-->
<!--#include file="synchron.asp"-->
<%
Response.CodePage=65001
search=Server.URLEncode(request("search"))
%>
<%
url="http://"&serverline&"/zxsou/sug_"&searchsug&".asp?list=union&search="&search
Html=GetPage(url)
Sug=GetContent(Html,"<!--sug top-->","<!--sug bottom-->",0)
%>
<%if synchronup=1 then%>
<%=Sug%>
<%else%>
<%Response.redirect"http://"&serverline&"/zxsou/sug_"&searchsug&".asp?search="&search%>
<%end if%>